home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_129 / doskwik / doskwik.doc < prev    next >
Text File  |  1992-05-06  |  4KB  |  94 lines

  1.  
  2.                                   DosKwik
  3.  
  4.                         Copyright © 1987 by Tigress
  5.                           Written by Gary Kemper
  6.                     P.O. Box 665 - Glendora, CA - 91740
  7.                               (818) 334-0709
  8.  
  9.       DosKwik is comprised of the two programs ReadKwik and RiteKwik.
  10.    With DosKwik you can save and load files about 3 times faster than DOS,
  11.    save more data on a disk, and even save a 2 MEG file on multiple disks.
  12.    For example if you had a massive 2 MEG spread sheet in RAM:, you could
  13.    only save it if you had a hard disk - now you can use DosKwik.
  14.    ( A 901,080 byte file can fit on one disk)
  15.  
  16.       RiteKwik is used to save the contents of VD0: or RAM: to disk, and
  17.    ReadKwik will read it back in exactly as it was when it was saved,
  18.    including directories. You can also merge two disks together in ram or
  19.    if you already have files in ram.
  20.  
  21.    Syntax:   ReadKwik   Source_Drive   Destination_Device [S]
  22.              RiteKwik   Source_Device   Destination_Drive [S]
  23.  
  24.              Use RAM:, VD0: ... etc for the ram_device.
  25.              Use 0, 1, 2, 3  for the drive.
  26.            * or DF0: ... DF3: 
  27.            * S is for silent.
  28.  
  29.    RiteKwik
  30.  
  31.       You start by setting up the ram exactly like you want it. If you are
  32.    using RAM: put a disk in drive 1 (it does not have to be formatted) and
  33.    enter < RiteKwik RAM: 1 >. This will save the entire contents of your
  34.    ram disk to drive 1. If there is not enough room on the disk you will
  35.    get a requester asking you to put in another disk. After you insert the
  36.    next disk click OK on the requester. You can save an unlimited amount
  37.    of data. The disk(s) that are created cannot be used by the DOS, but
  38.    can be copied with Diskcopy.
  39.  
  40.    ReadKwik
  41.  
  42.       After you have made your disk(s), you enter < ReadKwik 1 RAM: > to
  43.    read your files back into RAM:. You can put the command into your
  44.    startup-sequence. If you have multiple disks you will get a requester
  45.    telling you when to put the next disk in, or if you put a disk in in
  46.    the wrong order. All directories will be created and all the files will
  47.    copied as they were when you saved them.
  48.  
  49.  
  50.       As an example for one use, take that 2 MEG spread sheet. If you had the
  51.    ram you would just save it to RAM:, and then exit the program. Now you
  52.    can use RiteKwik to save it. When you want to load it again you do it
  53.    before the program is run. I use it to load all my C files, which saves
  54.    minutes and lets me keep them all on one disk. It's also good for giant
  55.    digitized sound files.
  56.  
  57.       The DosKwik files may not be sold for profit, but can be included
  58.    in public domain disks such as Fish and Amicus disks, where the charge
  59.    is for copying and the disk itself. If companies which have programs
  60.    that can create large data files wish to include DosKwik, contact me
  61.    at the above address or phone number. For you people who like the program
  62.    and feel that it is worth $10 please send it to the address above. This
  63.    will keep programmers writing programs that people really use.
  64.  
  65.  
  66.                Gary Kemper
  67.  
  68.    Update: 3/4/88
  69.  
  70.        After getting a lot of comments and suggestions, I have made a few
  71.    changes in response. None of the changes will make your old disks
  72.    incompatible, just some more features. You will not even have to change
  73.    the way you are using DosKwik now.
  74.  
  75.    1. You can now enter DF0:,DF1:,DF2:,DF3: as your disk drive number, or
  76.       just the 0,1,2,3 like before.
  77.  
  78.    2. If you don't want to have all the files displayed as you copy them
  79.       you add a 'S' for Silent, at the end of the command. Example:
  80.  
  81.           ReadKwik DF1: RAM: S     or    RiteKwik RAM: DF1: S          
  82.  
  83.       This will display a counter showing the number of files copied.
  84.  
  85.    3. Now after you finish using RiteKwik the program will tell the DOS
  86.       that the disk is not a DOS disk so it won't try messing with it.
  87.       
  88.    One Last Comment: If you are using un-formatted disks and are not
  89.    filling them up completly you cannot diskcopy them because the last
  90.    few tracks won't be formatted. With feature 3 above you can use any
  91.    pre-formatted DOS disk now and not worry about the computer thinking
  92.    it is a DOS disk after you get through with it.
  93.    
  94.